futures-channel-preview 0.3.0-alpha.19

Channels for asynchronous communication using futures-rs.
Documentation
Asynchronous channels. This crate provides channels that can be used to communicate between asynchronous tasks. All items of this library are only available when the `std` or `alloc` feature of this library is activated, and it is activated by default.